type internal/sync.equalFunc
6 uses
internal/sync (current package)
hashtriemap.go#L26: valEqual equalFunc
hashtriemap.go#L59: type equalFunc func(unsafe.Pointer, unsafe.Pointer) bool
hashtriemap.go#L426: func (ht *HashTrieMap[K, V]) find(key K, hash uintptr, valEqual equalFunc, value V) (i *indirect[K, V], hashShift uint, slot *atomic.Pointer[node[K, V]], n *node[K, V]) {
hashtriemap.go#L589: func (e *entry[K, V]) lookupWithValue(key K, value V, valEqual equalFunc) (V, bool) {
hashtriemap.go#L632: func (head *entry[K, V]) compareAndSwap(key K, old, new V, valEqual equalFunc) (*entry[K, V], bool) {
hashtriemap.go#L682: func (head *entry[K, V]) compareAndDelete(key K, value V, valEqual equalFunc) (*entry[K, V], bool) {